  .topnav {
  overflow: hidden;
  background-color: #333;
    }

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active1 {
  background-color: #ffac06;
  color: rgb(255, 255, 255);
  border-radius:10%;
}

.topnav .icon {
  display: none;
}
.topnav a:hover {
  background-color: #000000;
  color: rgb(255, 255, 255);
  border-radius:10%;

}
.input_text{
  width: 400px;
}
@media screen and (max-width: 600px) {
  .topnav a:not(.icon) {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }

}
@media (max-width: 768px) {
  .input_text{
    width:250px;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive{float: none;}
  .topnav.responsive {position: relative;}
  .topnav.responsive {
    display: block;
    width: 100%;
    text-align: left;
  }
}
    /*for grid*/
    .section {
      padding: 40px;
      text-align: center;
    }

    .section h2 {
      margin-bottom: 20px;
      font-size: 2rem;
    }

    .tyre-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .tyre-card {
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .tyre-card img {
      width: 50%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
    }

    .tyre-card h3 {
      margin: 15px 0 10px;
      font-size: 25px;
      font-weight: bold;
    }

    .tyre-card p {
      font-size: 20px;
      color:#000000;
    }
    .tyre-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 20px rgb(255, 153, 0);
    }
    .carousel {
      position: relative;
      max-width: 100%;
      margin: auto;
      max-height: 650px;
      overflow: hidden;
      border-radius: 20px;
    }
        /* Carousel Slides */
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      box-sizing: border-box;
    }

    .slide img {
      width: 100%;
      display: block;
    }
    /* Navigation Buttons for carousel*/
    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
    }
        .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    .prev:hover, .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
    /* Dots for Navigation */
    .dots {
      text-align: center;
      margin-top: 10px;
    }

    .dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .dot.active {
      background-color: #717171;
    }
    /*for bottom fotter*/
    ul {  
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        
        }
    
    li {
        float:left;
        border-right: 1px solid white;
        }
    li a {
        display: block;
        
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        }  
    li:last-child {
        border-right: none;
        }
  
    li a:hover:not(.active) {
        background-color: #ff9900;
        color: white;
        }

    .active {
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        }
    .footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ffffff;
    top: 0;
    color: white;
}
.subscribe-form button:hover{
  color: #ffffff;
  background-color: #000000;

}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.submit :hover{
  background-color: #000000;
  color: white;
}